drawRoundRectangle Method
In This Topic
Draws a rounded rectangle specified by a coordinate pair, a width, and a height.
Overload List
| Overload | Description |
| drawRoundRectangle(PDFPen,double,double,double,double,double,double) | Draws a rounded rectangle specified by a coordinate pair, a width, and a height. |
| drawRoundRectangle(PDFPen,double,double,double,double,double,double,double) | Draws a rounded rectangle specified by a coordinate pair, a width, and a height. |
| drawRoundRectangle(PDFBrush,double,double,double,double,double,double) | Fills the interior of rounded rectangle specified by a coordinate pair, a width, and a height. |
| drawRoundRectangle(PDFBrush,double,double,double,double,double,double,double) | Fills the interior of rounded rectangle specified by a coordinate pair, a width, and a height. |
| drawRoundRectangle(PDFPen,PDFBrush,double,double,double,double,double,double) | Draws and fills the interior of a rounded rectangle specified by a coordinate pair, a width, and a height. |
| drawRoundRectangle(PDFPen,PDFBrush,double,double,double,double,double,double,double) | Draws and fills the interior of rounded rectangle specified by a coordinate pair, a width, and a height. |
See Also